projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29cdb20
)
dnd: Remove unused struct members
author
Benjamin Otte
<otte@redhat.com>
Sat, 21 Nov 2015 19:14:24 +0000
(20:14 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 25 Nov 2015 15:32:40 +0000
(16:32 +0100)
gtk/gtkdnd.c
patch
|
blob
|
history
diff --git
a/gtk/gtkdnd.c
b/gtk/gtkdnd.c
index 8761f13c24479ff5fb11160faabcd0246a96daf1..fca901b956855209182791e23a3ba01aae8612ed 100644
(file)
--- a/
gtk/gtkdnd.c
+++ b/
gtk/gtkdnd.c
@@
-98,10
+98,6
@@
struct _GtkDragSourceSite
GtkIconHelper *icon_helper;
GtkGesture *drag_gesture;
-
- /* Stored button press information to detect drag beginning */
- gint state;
- gint x, y;
};
struct _GtkDragSourceInfo